home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-19 | 329 b | 21 lines | [TEXT/$Tcl] |
-
- if $AEVENT then {
- AEinteract;
- }
-
- print "This is the test script"
-
- set a 4
- set b 8
-
- alertnote "a times b equals [expr {$a * $b}]."
-
- puts stdout "[format "A times B equals %08d." [expr {$a * $b}] ]\n"
-
- # menucmd UNIX 4
- menucmd Apple 1
-
- puts stdout [xtclcmd ECHO "This is the first ARG" "This is the second ARG"]
-
- format "Done."
-